home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / yorick12vr1-ppc folder / gist / axes.gs next >
Text File  |  1995-07-26  |  2KB  |  59 lines

  1. # Gist axes.gs drawing style
  2. # $Id: axes.gs,v 1.1 1993/08/27 17:08:43 munro Exp $
  3.  
  4. # A single coordinate system on a portrait page with central axes
  5. # Legends: two columns below viewport, contours in single column to right
  6.  
  7. # See work.gs for description of meanings
  8.  
  9. landscape= 0
  10.  
  11. default = {
  12.   viewport= { 0.19, 0.60, 0.44, 0.85 },
  13.  
  14.   ticks= {
  15.  
  16.     horiz= {
  17.       nMajor= 7.5,  nMinor= 50.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  18.       nDigits= 3,  gridLevel= 1,  flags= 0x13c,
  19.       tickOff= 0.0007,  labelOff= 0.009,
  20.       tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
  21.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  22.       gridStyle= { color= -2,  type= 1,  width= 1.0 },
  23.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  24.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  25.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  26.       xOver= 0.395,  yOver= 0.4024 },
  27.  
  28.     vert= {
  29.       nMajor= 7.5,  nMinor= 50.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  30.       nDigits= 4,  gridLevel= 1,  flags= 0x13c,
  31.       tickOff= 0.0007,  labelOff= 0.009,
  32.       tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
  33.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  34.       gridStyle= { color= -2,  type= 1,  width= 1.0 },
  35.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  36.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  37.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  38.       xOver= 0.150,  yOver= 0.4024 },
  39.  
  40.     frame= 0,
  41.     frameStyle= { color= -2,  type= 1,  width= 1.0 }}}
  42.  
  43. # The one coordinate system matches the default template exactly
  44. system= { legend= "System 0" }
  45.  
  46. legends= {
  47.   x= 0.04698,  y= 0.360,  dx= 0.3758,  dy= 0.0,
  48.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  49.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  50.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  51.   nchars= 36,  nlines= 20,  nwrap= 2 }
  52.  
  53. clegends= {
  54.   x= 0.6182,  y= 0.8643,  dx= 0.0,  dy= 0.0,
  55.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  56.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  57.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  58.   nchars= 14,  nlines= 28,  nwrap= 1 }
  59.